Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > BezierPathCommand Class > BezierPathCommand Constructor : BezierPathCommand Constructor(LeadPoint[]) |
public BezierPathCommand( LeadPoint[] inputPoints )
'Declaration
Public Function New( _ ByVal inputPoints() As LeadPoint _ )
'Usage
Dim inputPoints() As LeadPoint Dim instance As New BezierPathCommand(inputPoints)
public BezierPathCommand( LeadPoint[] inputPoints )
function BezierPathCommand( inputPoints )
public: BezierPathCommand( array<LeadPoint>^ inputPoints )